Learn R Programming

ROI (version 0.2-1)

bound (Constructors): bound

Description

ROI distinguishes between 3 different types of bounds:
  • No Bounds NO_bound
  • Variable Bounds V_bound (inherits from "bound")
  • Conic Bounds C_bound (inherits from "bound")

Usage

"c"(...)
is.bound(x)

Arguments

x
object to be tested
...
arguments (inheriting from bound) to be combined

Details

ROI provides the methods V_bound and C_bound to be used as constructors for the corresponding bounds. NO_bound is not explicitly implemented but represented by NULL.